Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: expose python as struct #1233

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

nichmor
Copy link
Contributor

@nichmor nichmor commented Dec 4, 2024

Overview

We need it from pixi-build-backend side to setup entry points

@@ -35,8 +35,7 @@ fn print_as_table(packages: &[RepoDataRecord]) {
package
.channel
.as_ref()
.map(|s| s.rsplit('/').find(|s| !s.is_empty()))
.flatten()
.and_then(|s| s.rsplit('/').find(|s| !s.is_empty()))
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clippy complained about it

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah i made the same change a few days ago but maybe it's not merged yet.

@nichmor nichmor enabled auto-merge (squash) December 4, 2024 12:04
@nichmor nichmor merged commit 13f9a14 into prefix-dev:main Dec 4, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants